You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Classes > VectorInt Structure > VectorInt Methods > Ramp Method > VectorInt.Ramp Method ([In] double, [In] double)
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
VectorInt.Ramp Method ([In] double, [In] double)

Fills the calling vector.

Syntax
C#
Visual Basic
public TVecInt Ramp([In] double Offset, [In] double Step);

Method uses the following rule: 

 

Values[k] := Offset + k*Step.

 

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!